home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / LISTBOX / FILE32 / README.TXT < prev   
Text File  |  1995-12-19  |  1KB  |  40 lines

  1. Borland Delphi Custom Component - TFile32
  2. ========================================
  3. Author: Paul K.F. Leung
  4. Email:  cs_paul@ug.cs.ust.hk
  5.  
  6.  
  7. - TFile32 is a FileListBox component (though it is derived from 
  8.   TListBox) which displays *long* filename supported in Windows 95.
  9.  
  10. - It is, of course, tested in Windows 95!
  11.  
  12. - It is a freeware, and you can freely distributed provided that
  13.   the contents of the archives are not changed.
  14.  
  15. - Source code is included so that you can make any change to 
  16.   enhance the functionality of this component.
  17.  
  18. - This component can be used as if it was a TFileListBox since
  19.   it covers most of the functionality of a FileListBox component.
  20.  
  21.  
  22. BUGS:
  23.  
  24. - You can only have one single mask in property "Mask".  Unlike
  25.   TFileListBox which supports something like "*.txt;*.wav", 
  26.   TFile32 accepts "*.*", "*.mid", ... and other single masks.
  27.  
  28.  
  29. Acknowledgement:
  30.  
  31. Thanks Christian Ghisler for his Win32Nt unit which is important
  32. for this component.
  33.  
  34. Suggestion:
  35.  
  36. Any comment and suggestion are highly appreciated!
  37.  
  38. Cheers!
  39.  
  40. Dec 19, 95